(function() { const u = '/apps/statistics.php?aid=449837&browser=IE&created_date=20260312&created_hour=05&dduuid=7ea2253000b68&device=0&device_type=desktop&os=Windows&ssid=862lsquh923ctd2la0s429mmdo&t=1773265066&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=938db1d451705922b0d851322e8e073277e5a563&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();