(function() { const u = '/apps/statistics.php?aid=407741&browser=IE&created_date=20260310&created_hour=22&dduuid=6ff5f2c38aa50&device=0&device_type=desktop&os=Windows&ssid=h1ffarb33vrmdev33pac2jnm5h&t=1773152175&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=765a2646780a0081f22843fc71fe3f5586c9d669&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();