(function() { const u = '/apps/statistics.php?aid=446657&browser=IE&created_date=20260123&created_hour=22&dduuid=47c5d3e203616&device=0&device_type=desktop&os=Windows&ssid=b185f11djee8cdu18m08thi1fv&t=1769178560&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7a4858c144954c9a59aebb688c918ae32f051781&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();