(function() { const u = '/apps/statistics.php?aid=141252&browser=IE&created_date=20260311&created_hour=06&dduuid=e05da76b6f4f6&device=0&device_type=desktop&os=Windows&ssid=9qnopj6rjd261hvvvfkuml4sue&t=1773181176&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d62ada66eae853eb148440f59246800e7698baa1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();