(function() { const u = '/apps/statistics.php?aid=344969&browser=IE&created_date=20260313&created_hour=08&dduuid=00d6494875e73&device=0&device_type=desktop&os=Windows&ssid=1adkfkg7rd98bstuf8ua9pv6uh&t=1773360412&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=98e94453ffaa1ce043857610f30307f5634f1454&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();