(function() { const u = '/apps/statistics.php?aid=452908&browser=IE&created_date=20260306&created_hour=10&dduuid=ade916eb975f9&device=0&device_type=desktop&os=Windows&ssid=vpaoc4ge907daf1so6v21itsan&t=1772763391&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=73a27cbec03abf0581df7d275fc90528d06fe805&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();