(function() { const u = '/apps/statistics.php?aid=421&browser=IE&created_date=20260324&created_hour=13&dduuid=3208b1f536ce0&device=0&device_type=desktop&os=Windows&ssid=m8phmiq8rpu9qlfo0b1qrntoco&t=1774330757&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3b4344c340ab3694217da6d3a24e859d2c4dc8f3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();