(function() { const u = '/apps/statistics.php?aid=401296&browser=IE&created_date=20260308&created_hour=08&dduuid=b81849d788f71&device=0&device_type=desktop&os=Windows&ssid=3o55i8e2ip93rg2otbhvens8es&t=1772928402&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=91bc58b0ad6d66a37bba22f06f79e01bb36e4d8b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();