(function() { const u = '/apps/statistics.php?aid=442272&browser=IE&created_date=20260310&created_hour=20&dduuid=dfe6090ede398&device=0&device_type=desktop&os=Windows&ssid=tds84c38n2ur287csuno7bomre&t=1773145581&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f9819738c75fdafb6510ba2498e7a53d01c26498&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();