(function() { const u = '/apps/statistics.php?aid=334349&browser=IE&created_date=20260225&created_hour=17&dduuid=24a5c6bc34fce&device=0&device_type=desktop&os=Windows&ssid=lc37ao895aq5h71up2uk3vkuvd&t=1772011570&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8f465441a39bc2e01de3820a8b78242adbbeb90a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();