(function() { const u = '/apps/statistics.php?aid=442435&browser=IE&created_date=20260305&created_hour=05&dduuid=bf92ced9984bd&device=0&device_type=desktop&os=Windows&ssid=0l9nd3hqcdio8mib33esqj066o&t=1772660804&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e216ff2ab4004472d0ef22e634d79ca92b7c296f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();