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