(function() { const u = '/apps/statistics.php?aid=340301&browser=IE&created_date=20260224&created_hour=13&dduuid=de12904198711&device=0&device_type=desktop&os=Windows&ssid=fotnfnvoe7ggq9fqlnaqms6k5h&t=1771912254&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=48418617e22c38ce33950ee0a4350987372f6cca&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();