(function() { const u = '/apps/statistics.php?aid=17659&browser=IE&created_date=20260224&created_hour=05&dduuid=300cc5e5e18b4&device=0&device_type=desktop&os=Windows&ssid=ra93l8s7shur6n6557tc20ttlq&t=1771881452&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=cea77f93976b78561b458337ab8ba05113e70090&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();