(function() { const u = '/apps/statistics.php?aid=441171&browser=IE&created_date=20260308&created_hour=03&dduuid=939cc158f8f03&device=0&device_type=desktop&os=Windows&ssid=u9n6jasd6bhmpab3a087kuob5g&t=1772913270&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9c51a0906a0d778fd2df262ae472e0f061e9c381&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();