(function() { const u = '/apps/statistics.php?aid=448773&browser=IE&created_date=20260124&created_hour=10&dduuid=364281866f02e&device=0&device_type=desktop&os=Windows&ssid=n1n6n69888l3dktanv300tmm89&t=1769220550&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2703d1589528be4405f234f09adb58fb56469ebc&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();