(function() { const u = '/apps/statistics.php?aid=448797&browser=IE&created_date=20260308&created_hour=08&dduuid=1d35ec50ae823&device=0&device_type=desktop&os=Windows&ssid=g2erhidvj834egvvfll7ttrhvu&t=1772928115&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=655db4cc6a9f3fd7c58420cff37ea081100db7fe&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();