(function() { const u = '/apps/statistics.php?aid=81598&browser=IE&created_date=20260223&created_hour=23&dduuid=888d235ceb74d&device=0&device_type=desktop&os=Windows&ssid=d1qttllagrt6kmlit857uklo02&t=1771861452&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d15298d899d11645530470cc5b681019e5964dc0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();