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