(function() { const u = '/apps/statistics.php?aid=448323&browser=IE&created_date=20260123&created_hour=04&dduuid=28bed3dcb862c&device=0&device_type=desktop&os=Windows&ssid=i69sp9ltm666nogh5d77933ect&t=1769114777&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=579030f15a75ebf3d7bc9e99888dda645b128d1d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();