(function() { const u = '/apps/statistics.php?aid=454841&browser=IE&created_date=20260307&created_hour=07&dduuid=6ee6e4ff866ab&device=0&device_type=desktop&os=Windows&ssid=i8h2n84g0b2g4k13k7lqmh2581&t=1772839641&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ba5498a82fef8e01fa00177427a59068e8e11dd8&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();