(function() { const u = '/apps/statistics.php?aid=457113&browser=IE&created_date=20260224&created_hour=19&dduuid=9127167659107&device=0&device_type=desktop&os=Windows&ssid=458tl9nrsh828fs5tigbc7ai6b&t=1771933997&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7bc369cf8944c8070fc3a4ea15d0a49d9beb10b6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();