(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251019&created_hour=18&dduuid=851da5937703d&device=0&device_type=desktop&os=Windows&ssid=8m3lp1v0gbkip59p9q672jvufa&t=1760868921&typeid=0&url_type=2&value=&sign=1571db714882a7679cedb506be1fa907e3310127&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();