(function() { const u = '/apps/statistics.php?aid=92014&browser=IE&created_date=20260310&created_hour=17&dduuid=48deab58e26f1&device=0&device_type=desktop&os=Windows&ssid=h7ae9t9k44ovm8k6tlo1v724nu&t=1773134865&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=661d5ea02853f8d025128b98bfdce5e3fd51d272&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();