(function() { const u = '/apps/statistics.php?aid=319462&browser=IE&created_date=20260225&created_hour=21&dduuid=b0d07da878ede&device=0&device_type=desktop&os=Windows&ssid=bfmfu4hfn880tgk04gg2rql0l9&t=1772026025&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b0948efe1cdfa64a928d323750761256e7cb29e0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();