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