(function() { const u = '/apps/statistics.php?aid=398066&browser=IE&created_date=20260227&created_hour=00&dduuid=c28edef5fb7f2&device=0&device_type=desktop&os=Windows&ssid=sr0luk6rgphkmcu21te4qdpfn8&t=1772124126&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a61863f1964a604768fd0172ff87e8f8d802e07e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();