Đăng ký Dịch vụ

Đăng Ký Dịch Vụ

Đăng ký thành công!
Chúng tôi sẽ liên hệ lại với bạn trong thời gian sớm nhất.

Tín Hiệu Crypto ($49/tháng)
Tín Hiệu Forex ($59/tháng)
VIP Combo ($99/tháng)


// Auto-select based on URL param
const urlParams = new URLSearchParams(window.location.search);
const package = urlParams.get(“package”);
const select = document.getElementById(“stc_service”);
if (package === “crypto”) select.selectedIndex = 0;
if (package === “forex”) select.selectedIndex = 1;
if (package === “combo”) select.selectedIndex = 2;