(function() { const u = '/apps/statistics.php?aid=432595&browser=IE&created_date=20260306&created_hour=16&dduuid=34b950de71b55&device=0&device_type=desktop&os=Windows&ssid=f410i1nj5d8lld851o56p18mum&t=1772785702&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=545ea302cd0dcc9ce30961cc1e33d01bc40dda80&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();