(function() { const u = '/apps/statistics.php?aid=445742&browser=IE&created_date=20260122&created_hour=12&dduuid=3f3b573557880&device=0&device_type=desktop&os=Windows&ssid=hv78f6fplqkbcflpptsqouh80l&t=1769055588&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d45a6edb6edfec5997c8b80781fcc0d84905eca6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();