(function() { const u = '/apps/statistics.php?aid=446639&browser=IE&created_date=20260209&created_hour=02&dduuid=b2c69f48fddd6&device=0&device_type=desktop&os=Windows&ssid=q1jg16efne77c826hev07n501m&t=1770574553&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=777d051a847e31019fdd5717753912e7dd83cd94&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();