(function() { const u = '/apps/statistics.php?aid=450227&browser=IE&created_date=20260308&created_hour=01&dduuid=c3d77975ec9de&device=0&device_type=desktop&os=Windows&ssid=96f32qvosc50ia41sqlss00ua4&t=1772903983&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=726ffc54397afcfaf3c19d02283ee35b0c63aa7b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();