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