(function() { const u = '/apps/statistics.php?aid=448525&browser=IE&created_date=20260309&created_hour=11&dduuid=4ce33da56f886&device=0&device_type=desktop&os=Windows&ssid=8s4rqff539oh283gc4r61d42uk&t=1773026369&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8fde67da3382b2ecfb05d4584fdfab236ee9f5a1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();