(function() { const u = '/apps/statistics.php?aid=455640&browser=IE&created_date=20260305&created_hour=10&dduuid=1b103bd024611&device=0&device_type=desktop&os=Windows&ssid=82fpeocor2shfa9cgt4dm6f729&t=1772676123&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0c5a42f8221f0b9b501d157c0e516895b353e46f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();