(function() { const u = '/apps/statistics.php?aid=51708&browser=IE&created_date=20260124&created_hour=12&dduuid=974b0ceb39bcd&device=0&device_type=desktop&os=Windows&ssid=91fld69m4s1mhk6s0g8pvh5q0o&t=1769228275&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e77d293ddc3b6e466e07d5746162ef8979a289a0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();