(function() { const u = '/apps/statistics.php?aid=141301&browser=IE&created_date=20260312&created_hour=07&dduuid=7c853a8000f5d&device=0&device_type=desktop&os=Windows&ssid=iclmkjlqa7t3vkugr5g6tds3mk&t=1773273149&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=87b8ce0c222b3cf6c2887f089bf6c43165cb4f7c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();