(function() { const u = '/apps/statistics.php?aid=146021&browser=IE&created_date=20260308&created_hour=03&dduuid=98c8aa964c4aa&device=0&device_type=desktop&os=Windows&ssid=r709eb8vf1gojgjrivhmlt5tqi&t=1772910015&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1070a2e9a428cc3b6cfa7ec0d474f25c0a9f7ace&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();