(function() { const u = '/apps/statistics.php?aid=398482&browser=IE&created_date=20260226&created_hour=07&dduuid=265738dafca6b&device=0&device_type=desktop&os=Windows&ssid=i1v0uqm5mefgdra1lenbdp3804&t=1772061598&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0038e40ccd78fa304f4e4ee0adc7733336314555&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();