(function() { const u = '/apps/statistics.php?aid=233183&browser=IE&created_date=20251222&created_hour=20&dduuid=f639d6d7c8549&device=0&device_type=desktop&os=Windows&ssid=q1giitd0vko3mhhe4v2g2u34sh&t=1766407913&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=56aa5871d6a9750962a39aa36180bed47c025b58&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();