(function() { const u = '/apps/statistics.php?aid=442591&browser=IE&created_date=20260310&created_hour=21&dduuid=3512d0ab39382&device=0&device_type=desktop&os=Windows&ssid=753i4cid78bgs7khmejsgcg3fn&t=1773150299&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2090e79f84a97ac503d475caa038176d9dbb9f93&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();