(function() { const u = '/apps/statistics.php?aid=456245&browser=IE&created_date=20260224&created_hour=14&dduuid=9b2a44a06bdcd&device=0&device_type=desktop&os=Windows&ssid=sqrpco50tcngofic4l8g691ih8&t=1771914792&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=39fe58fbcca8485c19b82e9eb69215c1ff57022e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();