(function() { const u = '/apps/statistics.php?aid=449252&browser=IE&created_date=20260226&created_hour=14&dduuid=4d326f57249f6&device=0&device_type=desktop&os=Windows&ssid=veo2b9ndvb8k04ob4rjv6d40e6&t=1772087443&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=352ec5becf0ea19eead9649a58b1d64e322a3b23&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();