(function() { const u = '/apps/statistics.php?aid=405464&browser=IE&created_date=20260315&created_hour=07&dduuid=5472df6894287&device=0&device_type=desktop&os=Windows&ssid=5h2kan0k804b1789m0mppj143g&t=1773529787&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=876b651caf9e995ff12ac4b7e5a3d1da7c48b783&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();