(function() { const u = '/apps/statistics.php?aid=432447&browser=IE&created_date=20260304&created_hour=21&dduuid=5070061cd47dc&device=0&device_type=desktop&os=Windows&ssid=q8v5fjut0mbl2g3s99c84m235m&t=1772629584&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c6b6288519b224fcab4435e1b70e8c892394cd3f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();