(function() { const u = '/apps/statistics.php?aid=451569&browser=IE&created_date=20260307&created_hour=06&dduuid=a5600784fe8e4&device=0&device_type=desktop&os=Windows&ssid=51giho5bbufjdvp27f8u6spbmn&t=1772837194&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=00cdd80db498d24ffdf8fe8e8bab438a0ef488b2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();