(function() { const u = '/apps/statistics.php?aid=447040&browser=IE&created_date=20260310&created_hour=22&dduuid=61a08e6faf8ed&device=0&device_type=desktop&os=Windows&ssid=g865rcm36qu5sp8d3nomelme3u&t=1773151970&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3857bacc0571ce93e9d9c1e68ccc9f99c232e357&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();