(function() { const u = '/apps/statistics.php?aid=448098&browser=IE&created_date=20260109&created_hour=09&dduuid=b4d5239225712&device=0&device_type=desktop&os=Windows&ssid=66i99qoqpqu4np1rosff5iko2l&t=1767922517&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=cd22ec56f4689b6d7e191dabf54aefc99d40457c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();