(function() { const u = '/apps/statistics.php?aid=207146&browser=IE&created_date=20251224&created_hour=11&dduuid=770fffe2745c9&device=0&device_type=desktop&os=Windows&ssid=36i1173blulf3pcdtbq6nblush&t=1766547406&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c29cb608336134d76a76dec58f17eafa07be159e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();