(function() { const u = '/apps/statistics.php?aid=452971&browser=IE&created_date=20260306&created_hour=07&dduuid=7b66de009bb3d&device=0&device_type=desktop&os=Windows&ssid=ja0cd8ni2m1bht04bgcg8jf9u1&t=1772752574&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=579f7b6fe0395995fd41679eeef660ae9d3ca540&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();