(function() { const u = '/apps/statistics.php?aid=372850&browser=IE&created_date=20260305&created_hour=14&dduuid=5ecc3ee113b1c&device=0&device_type=desktop&os=Windows&ssid=1m50afduj2c7qk4io8ocarb39k&t=1772693672&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f181d7b40855cb6204eade6fe181698928762e17&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();