(function() { const u = '/apps/statistics.php?aid=439430&browser=IE&created_date=20251223&created_hour=12&dduuid=1236d135cc22b&device=0&device_type=desktop&os=Windows&ssid=b5ktk8o203t0srr3p0ml4afv5v&t=1766465493&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=96b4fafc3a1fe756614619acbf732005f2887971&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();