(function() { const u = '/apps/statistics.php?aid=113151&browser=IE&created_date=20260303&created_hour=18&dduuid=4dd403c539d7b&device=0&device_type=desktop&os=Windows&ssid=gijqam6l1ts2e8fl38e9fsvqr0&t=1772534015&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e42d15a19f30b7ebdd132e2c33498185a9b7eebe&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();