(function() { const u = '/apps/statistics.php?aid=424235&browser=IE&created_date=20260308&created_hour=14&dduuid=a17db2a162d63&device=0&device_type=desktop&os=Windows&ssid=f4rjcjcj8hjns3e4mje276ind3&t=1772951447&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=dcfd8f84509da7cf64f524843c3f5e1995ea97bf&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();