(function() { const u = '/apps/statistics.php?aid=104498&browser=IE&created_date=20260310&created_hour=14&dduuid=8ec8c85db07aa&device=0&device_type=desktop&os=Windows&ssid=v96fdqboa3of51nv61ufoaem66&t=1773123981&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=bb77ae426f41aa75566a48f6a69fddec3a3a2a67&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();