(function() { const u = '/apps/statistics.php?aid=440764&browser=IE&created_date=20260224&created_hour=10&dduuid=1fc43bb5d41a9&device=0&device_type=desktop&os=Windows&ssid=av9brnojjas4v9nlmrgph41nlj&t=1771898863&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=97dcbff60bc15bde865401ee7a775c17ef413698&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();