(function() { const u = '/apps/statistics.php?aid=436004&browser=IE&created_date=20260316&created_hour=15&dduuid=8969d8e66b1ad&device=0&device_type=desktop&os=Windows&ssid=1h71mggb72ghcjk7u47ak9h43h&t=1773647010&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5817469d72fcdc79e08363af4668fa04014f7b0f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();