(function() { const u = '/apps/statistics.php?aid=453387&browser=IE&created_date=20260305&created_hour=22&dduuid=aefb019be1daa&device=0&device_type=desktop&os=Windows&ssid=9ro3p4g5qrnudsnnk9qdhrm40p&t=1772721491&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9863bff0423fd8a7340ba1c21e25272af5cfa833&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();