(function() { const u = '/apps/statistics.php?aid=431015&browser=IE&created_date=20260116&created_hour=17&dduuid=665424f335f25&device=0&device_type=desktop&os=Windows&ssid=dl5g3v5c3vr4v4ho5se4b8egij&t=1768554850&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=688cbe1d146ce31d9abb2f68a6c7ef89a002656b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();