(function() { const u = '/apps/statistics.php?aid=396905&browser=IE&created_date=20260130&created_hour=23&dduuid=c67ee16afb30a&device=0&device_type=desktop&os=Windows&ssid=6ck26q9q4irb0hnt8fqbcrljg6&t=1769787272&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9194237bbc39cd2ffe7b1162f80a85bb2ad2b852&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();