(function() { const u = '/apps/statistics.php?aid=451871&browser=IE&created_date=20260312&created_hour=15&dduuid=67d8fc1ecf3f6&device=0&device_type=desktop&os=Windows&ssid=el4oa4750nihfma84qgjn6r73c&t=1773301477&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=efb6c40c88dd5063f062083328e64a7b5dad935a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();