(function() { const u = '/apps/statistics.php?aid=207177&browser=IE&created_date=20260226&created_hour=11&dduuid=b3f6d9b7c0622&device=0&device_type=desktop&os=Windows&ssid=01lt7b2ppeisbb8jq0ivooahub&t=1772077668&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=89a1618c2870686caeaf97b9b1f3ee2b82c748f5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();