(function() { const u = '/apps/statistics.php?aid=451471&browser=IE&created_date=20260306&created_hour=07&dduuid=8f836512a5340&device=0&device_type=desktop&os=Windows&ssid=lt4rd10hk0cj6revbk9utl98fv&t=1772754858&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d91fe579ed7d9146d75d2f90aea96d51d3796a5a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();