(function() { const u = '/apps/statistics.php?aid=266051&browser=IE&created_date=20260315&created_hour=07&dduuid=8eaa584476135&device=0&device_type=desktop&os=Windows&ssid=ph4mr9stp9u3n84qjetub1aqhr&t=1773530385&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=dfd7905c46aa2e677be342f7228e0915c7e3f734&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();