(function() { const u = '/apps/statistics.php?aid=448501&browser=IE&created_date=20260309&created_hour=13&dduuid=ee18d9c8e418e&device=0&device_type=desktop&os=Windows&ssid=l83dnsedo05ecl7h5pb7sjdu72&t=1773035013&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ccb8adc9f101535197f804fe39211ac80fe5afe8&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();