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