(function() { const u = '/apps/statistics.php?aid=344547&browser=IE&created_date=20260313&created_hour=09&dduuid=73137e30a50a1&device=0&device_type=desktop&os=Windows&ssid=q0v50lceghekpsjpclra5al7nn&t=1773364525&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f3eea90543658bd4359298584211fbfd0bb3537f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();