(function() { const u = '/apps/statistics.php?aid=454281&browser=IE&created_date=20260224&created_hour=06&dduuid=1c9e3cb5befcb&device=0&device_type=desktop&os=Windows&ssid=e4m5vp9dsecgum27ofcmqdjlu9&t=1771885754&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=719b16560c9f1c806091edc8e13e1d98792cc2f5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();