(function() { const u = '/apps/statistics.php?aid=432334&browser=IE&created_date=20260305&created_hour=09&dduuid=759cc10063f16&device=0&device_type=desktop&os=Windows&ssid=fkseigasm3sli04r2rldrn8is8&t=1772673470&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=020dee0e3b7b7a5b0d74290990debb07284f4065&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();