(function() { const u = '/apps/statistics.php?aid=452413&browser=IE&created_date=20260224&created_hour=23&dduuid=8de98a015ed24&device=0&device_type=desktop&os=Windows&ssid=o1dut5caf0uennrd5kspm2svh9&t=1771946557&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e3a513707da88caf4fa5d9e7053a60d3d88c5217&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();