(function() { const u = '/apps/statistics.php?aid=57806&browser=IE&created_date=20260201&created_hour=05&dduuid=ec002fe00b55a&device=0&device_type=desktop&os=Windows&ssid=nog8jf56vlu0713cohd8jnjql4&t=1769895586&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6c3cdee124835e916994d3758012b18847efbd27&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();