(function() { const u = '/apps/statistics.php?aid=347117&browser=IE&created_date=20260102&created_hour=08&dduuid=fc4a1b2652482&device=0&device_type=desktop&os=Windows&ssid=tq2fg0vguibpghbpf5if8vtj6d&t=1767312855&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5317755e412e954f9eff8db2ed8f8a4e654bfc6b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();