(function() { const u = '/apps/statistics.php?aid=445752&browser=IE&created_date=20260305&created_hour=18&dduuid=b63650eb7c36f&device=0&device_type=desktop&os=Windows&ssid=t05kicv267g7ekdfhomffjv0dj&t=1772706130&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=13e8ad90b9c867d420987f29811717f075e08250&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();