(function() { const u = '/apps/statistics.php?aid=439468&browser=IE&created_date=20260305&created_hour=19&dduuid=858017f699559&device=0&device_type=desktop&os=Windows&ssid=8l5k6aogekbld2rrmnh3ft4bb7&t=1772708782&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4520a30e2eca6f9a9ec3c9a9aef0c24e60cc36b9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();