(function() { const u = '/apps/statistics.php?aid=433521&browser=IE&created_date=20260103&created_hour=06&dduuid=93f197716f649&device=0&device_type=desktop&os=Windows&ssid=823d1dv7vm68d45to38p92ad46&t=1767392490&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0869318e58d4f2f4cd0eb4cbd33a7cd68622528c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();