(function() { const u = '/apps/statistics.php?aid=35954&browser=IE&created_date=20260310&created_hour=21&dduuid=f7ee11acab0ae&device=0&device_type=desktop&os=Windows&ssid=ad61ave8jeuqf0t14s258vruk6&t=1773150234&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=40f8f461aa02996b94c9cb37dd8b7a0d3a2887d9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();