(function() { const u = '/apps/statistics.php?aid=35960&browser=IE&created_date=20260310&created_hour=21&dduuid=77a29e0733e4b&device=0&device_type=desktop&os=Windows&ssid=11g2130gukscro00crg0kgolt0&t=1773150289&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=649f4c7c44fdd8b6e57091cc384793faa9caf0e3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();