(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250916&created_hour=03&dduuid=54fe4245975e0&device=0&device_type=desktop&os=Windows&ssid=1fk0tim21gd6r420432eh2ncel&t=1757966277&typeid=0&url_type=2&value=&sign=54e5a71592dc6ef830561d4610edfe9549a22623&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();