(function() { const u = '/apps/statistics.php?aid=442420&browser=IE&created_date=20260304&created_hour=13&dduuid=71371139a67fd&device=0&device_type=desktop&os=Windows&ssid=s6pu2ua0ef530igtgdpmu19q1a&t=1772601534&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=30db7c5cbee1e9067c70cfe530446d245f8e3001&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();