(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
1回の取引につき30,000米ドル
即時
ウォレット直接入金
全ての国
0%
USDT
$20
1回の取引につき10,000米ドル
即時
Visa/Mastercard
ホワイトリスト対象国
0%
制限なし
$20
1回の取引につき $3,000
即時
SEPA
🇪🇺🇨🇭🇸🇲🇻🇦🇦🇩🇲🇨🇱🇮🇮🇸🇳🇴
0%
EUR
$20
制限なし
1〜2営業日
ローカル銀行振込
🇮🇩🇲🇾🇵🇭🇹🇭🇻🇳🇮🇳🇳🇬🇰🇪🇬🇭
$0
VND THB PHP MYR INR IDR NGN KES GHS
$20
$5,000 – $17,000 1回の取引につき
即時 / ローカル銀行ポリシーによる
ローカル決済代理人
🇮🇩🇲🇾🇹🇭🇳🇬
0%
制限なし
$20
制限なし
1営業日
bottom of page