(function() { const u = '/apps/statistics.php?aid=435926&browser=IE&created_date=20251230&created_hour=15&dduuid=e5ba6f3876ef8&device=0&device_type=desktop&os=Windows&ssid=v27hllm5nbedk2s5999j75s3dd&t=1767079504&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ce13dbb636aeeff140d67b4abb92983b956292d0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();