(function() { const u = '/apps/statistics.php?aid=451709&browser=IE&created_date=20260306&created_hour=14&dduuid=78bcb7356ff5c&device=0&device_type=desktop&os=Windows&ssid=a83gpijcm6v2jf5o4ncocr6or1&t=1772779004&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4ea2f0c47d517e209db1a687336ba1fbf544d54f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();