(function() { const u = '/apps/statistics.php?aid=450672&browser=IE&created_date=20260225&created_hour=15&dduuid=e2db8ad5f67cc&device=0&device_type=desktop&os=Windows&ssid=i6sukogp8e30ij3loqjsjusldh&t=1772004275&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=fc0a6b69e255f0e335e161ae847f852c24ee7232&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();