(function() { const u = '/apps/statistics.php?aid=210402&browser=IE&created_date=20260223&created_hour=10&dduuid=e2b42046e49c8&device=0&device_type=desktop&os=Windows&ssid=du5l89fp8nh124vs8c4p8c5it7&t=1771812279&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=cab4811700472b2b6018a06008e792f428ee6fe5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();