(function() { const u = '/apps/statistics.php?aid=456338&browser=IE&created_date=20260226&created_hour=14&dduuid=3b9bcf920d0dc&device=0&device_type=desktop&os=Windows&ssid=15oldpaqac8h5bnc7155v9eucl&t=1772088972&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7aba4bc41ff7964c031442ddbfa0554ee863e774&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();