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