(function() { const u = '/apps/statistics.php?aid=439814&browser=IE&created_date=20260315&created_hour=09&dduuid=4c38f3f7ef41f&device=0&device_type=desktop&os=Windows&ssid=c35o846kf3lvbukp0orj3iqo22&t=1773539699&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5d40c51dd7af1d9594e6cd1d0ec2a7eef7e98c9c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();