(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250917&created_hour=16&dduuid=8b7e91c126b83&device=0&device_type=desktop&os=Windows&ssid=6v909h74221ve1riruqbm1av5i&t=1758098447&typeid=0&url_type=2&value=&sign=20d24f68f97a7e4ddc1e58c5bb58538de9c4006a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();