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