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