(function() { const u = '/apps/statistics.php?aid=21060&browser=IE&created_date=20260123&created_hour=02&dduuid=60159c839199c&device=0&device_type=desktop&os=Windows&ssid=qq7qf9t12aepdn64e8n8rt2n0p&t=1769106405&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3d9b565368363b7c62e2a2ab5b1d401333261af6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();