(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251102&created_hour=06&dduuid=73e906d4578b9&device=0&device_type=desktop&os=Windows&ssid=6bpgldpuj55fai5i2br6c63616&t=1762036500&typeid=0&url_type=2&value=&sign=f8d1b45bf0729dbf8ade8eb7975dcb264b9cacb6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();