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