(function() { const u = '/apps/statistics.php?aid=432560&browser=IE&created_date=20260305&created_hour=09&dduuid=66dee23f949b8&device=0&device_type=desktop&os=Windows&ssid=mpi2eeb2ajdcp4i53cujsdca55&t=1772675466&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8ae220d4b5e93914c307088177306fc65ae78309&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();