(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251021&created_hour=02&dduuid=d1a6f69cb21eb&device=0&device_type=desktop&os=Windows&ssid=03ka7nk3e970n82sh4vq8cre75&t=1760986365&typeid=0&url_type=2&value=&sign=8a4ff1de25c4686f74f0a8428cb4d8a63748dca2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();