(function() { const u = '/apps/statistics.php?aid=441452&browser=IE&created_date=20260314&created_hour=17&dduuid=41c40aa6eec5d&device=0&device_type=desktop&os=Windows&ssid=9qtjt4aht8dit94kvhbnrie6j6&t=1773482357&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f229d96f54169eb62716b00f8de578bcf8f7715c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();