(function() { const u = '/apps/statistics.php?aid=414379&browser=IE&created_date=20260223&created_hour=19&dduuid=ba0a546b1e3e4&device=0&device_type=desktop&os=Windows&ssid=2d9t4n8bh8pau3phb90n381546&t=1771846542&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=314e0cff99ee0bc4b7c8fed47968cfb475601eee&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();