(function() { const u = '/apps/statistics.php?aid=455229&browser=IE&created_date=20260306&created_hour=03&dduuid=247e098bcdddc&device=0&device_type=desktop&os=Windows&ssid=9g0s04naqf5819nup523vb4e2s&t=1772738302&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=957e1884ec711f19d21616bacd10f2c7627c7215&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();