(function() { const u = '/apps/statistics.php?aid=442894&browser=IE&created_date=20260224&created_hour=00&dduuid=0d302d4863213&device=0&device_type=desktop&os=Windows&ssid=rq2es381qjrvd1tj9ga6t4q0sh&t=1771865773&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=256c698048bc642fcaa0802774086dae61485145&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();