(function() { const u = '/apps/statistics.php?aid=21082&browser=IE&created_date=20260224&created_hour=15&dduuid=4a180f0c9b41c&device=0&device_type=desktop&os=Windows&ssid=t1ttucbg86tqam1o8827m93224&t=1771917050&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=df19469420fa495aff6c5b4115ea810af9c7a9a0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();