(function() { const u = '/apps/statistics.php?aid=257342&browser=IE&created_date=20260316&created_hour=13&dduuid=bca5d54142cdd&device=0&device_type=desktop&os=Windows&ssid=c23sr78hjt0d7eh92d441vvstu&t=1773638497&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=febfb11de1d7c1a7f8d6f700c7c2b69f15e22cb4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();