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