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