(function() { const u = '/apps/statistics.php?aid=431801&browser=IE&created_date=20251229&created_hour=11&dduuid=5f7c3c8c42cea&device=0&device_type=desktop&os=Windows&ssid=2m21i0m60k3e30qngcl6rkufu8&t=1766980074&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c11416982ef23a1add42939079d9721b886ad17a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();