(function() { const u = '/apps/statistics.php?aid=453781&browser=IE&created_date=20260201&created_hour=00&dduuid=091a7d188c1e3&device=0&device_type=desktop&os=Windows&ssid=asb5dut1u2j6eubbu0uhve3ghv&t=1769875972&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a1eba0d677e18ba1efcefe158020d8874970b013&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();