(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251021&created_hour=17&dduuid=3feb690f850f9&device=0&device_type=desktop&os=Windows&ssid=fj24ec79bl0lgcsj7avtuq1qvv&t=1761039797&typeid=0&url_type=2&value=&sign=12cbc0b8e0b274d45b06d8e3ef198e65498412df&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();