(function() { const u = '/apps/statistics.php?aid=210121&browser=IE&created_date=20260224&created_hour=06&dduuid=43b47214de715&device=0&device_type=desktop&os=Windows&ssid=ht6b4t17h6cfng8jo2gj7o3kkr&t=1771885997&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f488bb7adc5c0b2ce789a501adf889f4b4ed95f3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();