(function() { const u = '/apps/statistics.php?aid=451555&browser=IE&created_date=20260307&created_hour=09&dduuid=f54c0aada8204&device=0&device_type=desktop&os=Windows&ssid=c6nnd0kn2fdbmoh7c9ehav9a64&t=1772848630&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ce34b7b5b74027285868cee8b95cb8e6d3cfde50&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();