(function() { const u = '/apps/statistics.php?aid=431010&browser=IE&created_date=20260116&created_hour=16&dduuid=8b3b885b9991c&device=0&device_type=desktop&os=Windows&ssid=2b16r53nmkjt7d4f3pjrr3l8k3&t=1768553489&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e536172afe0ed94be8cab9f9922c515e809c7673&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();