(function() { const u = '/apps/statistics.php?aid=454281&browser=IE&created_date=20260308&created_hour=08&dduuid=5a21c6997d891&device=0&device_type=desktop&os=Windows&ssid=b1svtapdvpjnqc806jievb50gg&t=1772928116&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=fbc40677df7a7579fdc99ebd62e2e22cfbd70681&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();