(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251016&created_hour=13&dduuid=c1b164d3a02e0&device=0&device_type=desktop&os=Windows&ssid=8o50lb4le54ojerf0gfrs5pln1&t=1760592108&typeid=0&url_type=2&value=&sign=2356ef5700ce243afa3a200aaf622a433e0ab90d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();