(function() { const u = '/apps/statistics.php?aid=450956&browser=IE&created_date=20260307&created_hour=11&dduuid=c8269c7d1d50c&device=0&device_type=desktop&os=Windows&ssid=8k7ai5ae7sm3c0im61jhfnfim4&t=1772854187&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=20176580e94a7f6aee857c35043e11ed88a47529&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();