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