(function() { const u = '/apps/statistics.php?aid=17578&browser=IE&created_date=20260227&created_hour=22&dduuid=cf72a399e4c51&device=0&device_type=desktop&os=Windows&ssid=vog8smqvvbn49e17up26uv67g5&t=1772203709&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1d914dd5176e2c8ef8414de8948f83b200606812&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();