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