(function() { const u = '/apps/statistics.php?aid=439809&browser=IE&created_date=20251225&created_hour=14&dduuid=925ca2c694855&device=0&device_type=desktop&os=Windows&ssid=ja082ovpcdrbhppc6313bn1flp&t=1766644422&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=115a1e5afdd80551664907885411e013ce07bef7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();