(function() { const u = '/apps/statistics.php?aid=397289&browser=IE&created_date=20260226&created_hour=08&dduuid=d7d47b6e5b76a&device=0&device_type=desktop&os=Windows&ssid=0oeskn2n4me7jssp6m21obrjdm&t=1772064521&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a487d39f2cc8fe1be7594e6f395d45dd8af85071&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();