(function() { const u = '/apps/statistics.php?aid=209631&browser=IE&created_date=20251226&created_hour=19&dduuid=f64acbdb3dba9&device=0&device_type=desktop&os=Windows&ssid=k8ud1ga296qn0ifmllcqqhfnrn&t=1766749034&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7a08b4d32e14f716d0fe945e5db4562f5183ca4a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();