(function() { const u = '/apps/statistics.php?aid=455418&browser=IE&created_date=20260304&created_hour=15&dduuid=ce944e6373fba&device=0&device_type=desktop&os=Windows&ssid=p3pqptf5uvqf4dried31ia85um&t=1772608977&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d5bbe52b53c1069f29bde95144005b2566695d05&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();