(function() { const u = '/apps/statistics.php?aid=335565&browser=IE&created_date=20260225&created_hour=17&dduuid=c75ac40e1f9c3&device=0&device_type=desktop&os=Windows&ssid=gh26nt1cr5gh68edlr6f4q79k8&t=1772011835&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1baa9bba01322db07791829078992290a0a55572&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();