(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251113&created_hour=00&dduuid=ff91f95e9c5cc&device=0&device_type=desktop&os=Windows&ssid=bh7abaac5l644ibja3bm7ei0nf&t=1762964592&typeid=0&url_type=2&value=&sign=fd6d02a2b5efd00c2909368cd72f1b5836668918&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();