(function() { const u = '/apps/statistics.php?aid=450962&browser=IE&created_date=20260307&created_hour=08&dduuid=850d223f4d5fd&device=0&device_type=desktop&os=Windows&ssid=6fld8dvurimtq1tj435cvhpbni&t=1772844572&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=30d9174be458f02a070ee03e2656d1d105f97ea2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();