(function() { const u = '/apps/statistics.php?aid=17578&browser=IE&created_date=20260305&created_hour=00&dduuid=586f77246b489&device=0&device_type=desktop&os=Windows&ssid=3mtuicgnvemaehg9d1lusgr082&t=1772642930&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9c3aa4c1dbade5a27d47ab5d0682f82516ddc68e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();