(function() { const u = '/apps/statistics.php?aid=445365&browser=IE&created_date=20260312&created_hour=08&dduuid=8bddb285968ca&device=0&device_type=desktop&os=Windows&ssid=aonadbs9fdct1ttes528nklkos&t=1773276759&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7e1427879b5b6a123bd27c89ef9aa7733976f19f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();