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