(function() { const u = '/apps/statistics.php?aid=406101&browser=IE&created_date=20260122&created_hour=08&dduuid=8e3c1beef3b50&device=0&device_type=desktop&os=Windows&ssid=dndl3bbustck10ab8hvbsd1le3&t=1769040981&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5e2e4a30bc298150ce86c81aa0dfba1c300e96fc&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();