(function() { const u = '/apps/statistics.php?aid=210008&browser=IE&created_date=20260226&created_hour=03&dduuid=ffcfcf0fc6d16&device=0&device_type=desktop&os=Windows&ssid=fb0019m3hfil990h5nmkj7841n&t=1772046035&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a959c09ea06a28b8e1ed11dedbe9b7baec5accc5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();