(function() { const u = '/apps/statistics.php?aid=446369&browser=IE&created_date=20260311&created_hour=13&dduuid=5e643b2f1d65c&device=0&device_type=desktop&os=Windows&ssid=hp0tst742o9f8a7mgup1lpqsh1&t=1773205984&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=151d2cb04811a1b758495609dae5b5e211bc64b6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();