(function() { const u = '/apps/statistics.php?aid=454172&browser=IE&created_date=20260223&created_hour=22&dduuid=a6bcee8585cd9&device=0&device_type=desktop&os=Windows&ssid=2j6vkg3e62o7sg38vinn99psfr&t=1771856600&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=dd79f0a35539be71641f4d0aaa87fcf042e111b9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();