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