(function() { const u = '/apps/statistics.php?aid=22774&browser=IE&created_date=20260311&created_hour=23&dduuid=25f86d8df9ba9&device=0&device_type=desktop&os=Windows&ssid=jgsi0js6gdn08m4fco4qensb9o&t=1773243344&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a92d49f6c98b96bd3e2fabc95dce468c6b9de597&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();