(function() { const u = '/apps/statistics.php?aid=416075&browser=IE&created_date=20260311&created_hour=08&dduuid=b46845be7ab7c&device=0&device_type=desktop&os=Windows&ssid=jn7hb954nv9f635vij9ph45kt1&t=1773187347&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4d8ff4be9638077f21ff8a02dbb8dff426eae849&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();