(function() { const u = '/apps/statistics.php?aid=458148&browser=IE&created_date=20260312&created_hour=00&dduuid=0dfe7a6b71f73&device=0&device_type=desktop&os=Windows&ssid=evis26j7615ca7meipa5s9td1j&t=1773246435&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=787c6a254a6f7198d8055bb33a2bf7140eedcc81&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();