(function() { const u = '/apps/statistics.php?aid=450118&browser=IE&created_date=20260308&created_hour=05&dduuid=f9093937cbb58&device=0&device_type=desktop&os=Windows&ssid=1r6rbfdppmgsrd2tpf6genlda4&t=1772917489&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0f19af0d3e4cce1ed2acffb78933794d50792737&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();