(function() { const u = '/apps/statistics.php?aid=334331&browser=IE&created_date=20260313&created_hour=06&dduuid=c7ccef032c78c&device=0&device_type=desktop&os=Windows&ssid=sk9bdddhic9mcn3qeoeeq7o14a&t=1773353244&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=54d907c905b1326a0382e98743bf2c73d0f8de46&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();