(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

规定

我们受国际权威监管机构许可与监管,确保您的资金安全受到保护,让您安心交易。

 

塞舌尔金融服务管理局 (FSA)

FSA 是塞舌尔的独立监管机构,负责许可、监管、执行合规要求,并监督非银行金融服务行业的业务活动。

 

MAIV LIMITED(Rock-West 品牌) 是一家持牌证券商,获塞舌尔金融服务管理局 (FSA) 授权和监管,牌照号码 SD044。

MAIV LIMITED(Rock-West 品牌)通过本网站为欧洲经济区 (EEA) 以外的特定司法管辖区提供服务。

 

 查看牌照

 

地区限制

Rock-West 不向以下地区居民提供服务:阿尔巴尼亚、波斯尼亚、白俄罗斯、缅甸、布隆迪、加拿大、中非共和国、克里米亚、刚果、古巴、埃塞俄比亚(民主共和国)、俄罗斯、伊朗、伊拉克、以色列、利比亚、科索沃、索马里、朝鲜、南苏丹、叙利亚、委内瑞拉、也门和美国。
此名单仅供参考,并非详尽无遗。

bottom of page