(function() { const u = '/apps/statistics.php?aid=454800&browser=IE&created_date=20260307&created_hour=13&dduuid=eb9af025b53db&device=0&device_type=desktop&os=Windows&ssid=rmbj1jt2if79fnhhjevm7qlvqn&t=1772860299&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3d8f1184f57576f91427bd62ba6b7901c0e2698a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();