(function() { const utmParams = ['utm_source', 'utm_medium', 'utm_campaign', 'utm_term', 'utm_content']; const urlParams = new URLSearchParams(window.location.search); let hasParams = false; utmParams.forEach(param => { const value = urlParams.get(param); if (value) { localStorage.setItem(param, value); hasParams = true; } }); if (hasParams) { console.log('%c✅ UTM-метки сохранены в localStorage.', 'color: green; font-weight: bold;'); if (typeof gtag === 'function') { const eventParams = {}; utmParams.forEach(param => { eventParams[param] = localStorage.getItem(param); }); gtag('event', 'utm_parameters_captured', eventParams); console.log('%c📊 UTM-метки отправлены в GA4 как event utm_parameters_captured', 'color: blue; font-weight: bold;'); } } console.log('%c📦 UTM в localStorage:', 'color: orange; font-weight: bold;'); utmParams.forEach(param => { console.log(`${param}: ${localStorage.getItem(param)}`); }); // Навешиваем обработчик на кнопку регистрации const registerButton = document.querySelector('.StylableButton2545352419__container'); if (registerButton) { registerButton.addEventListener('click', function(e) { e.preventDefault(); let link = registerButton.querySelector('a') ? registerButton.querySelector('a').href : null; if (!link) { console.warn('⚠️ Кнопка не содержит ссылку'); return; } const url = new URL(link); utmParams.forEach(param => { const value = localStorage.getItem(param); if (value) { url.searchParams.set(param, value); } }); console.log('%c➡️ Переход на URL с UTM:', 'color: purple; font-weight: bold;', url.toString()); window.location.href = url.toString(); }); } else { console.warn('⚠️ Кнопка регистрации не найдена'); } })();
top of page

خيارات الإيداع

معالجة المدفوعات الآمنة هي إحدى أولوياتنا الرئيسية، لذلك نلتزم بالمعايير الأمنية الدولية والمحلية

نستخدم طبقة المقابس الآمنة (SSL) لتشفير جميع معلومات الدفع الحساسة، ونحتفظ بأموال عملائنا في حسابات منفصلة في عدة بنوك من الفئة الأولى
 

الودائع
Method
Region
Fee
Currency
Min. amount
Max. amount
Deposit time
BinancePay
جميع الدول
0%
USDT
$20
$30,000 لكل معاملة
الفورية
إيداع المحفظة المباشرة
جميع الدول
0%
USDT
$20
$10,000 لكل معاملة
الفورية
Visa/Mastercard
جميع الولايات القضائية المدرجة في القائمة الأبيض
0%
أي
$20
$3,000 لكل معاملة
الفورية
SEPA
🇪🇺🇨🇭🇸🇲🇻🇦🇦🇩🇲🇨🇱🇮🇮🇸🇳🇴
0%
EUR
$20
لا حدود
ما يصل إلى يومين عمل
البنوك المحلية
🇮🇩🇲🇾🇵🇭🇹🇭🇻🇳🇮🇳🇳🇬🇰🇪🇬🇭
$0
VND THB PHP MYR INR IDR NGN KES GHS
$20
$17,000- $5,000 لكل معاملة
الفورية / لكل سياسة البنك المحلي
وكلاء الدفع المحليين
🇮🇩🇲🇾🇹🇭🇳🇬
0%
أي
$20
لا حدود
يوم عمل واحد
bottom of page