(function() { const u = '/apps/statistics.php?aid=455391&browser=IE&created_date=20260310&created_hour=13&dduuid=85050d60c8524&device=0&device_type=desktop&os=Windows&ssid=3p9i8m8q0unhe3kaghmeace6cr&t=1773121400&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ec8fd9eb36b4e14fbb291e212b93e65ca3fe424b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();