(function() { const u = '/apps/statistics.php?aid=439067&browser=IE&created_date=20260308&created_hour=11&dduuid=b6177aae97672&device=0&device_type=desktop&os=Windows&ssid=q1mnda67tjns449a4p2dvjqjc7&t=1772939531&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f23e8de4be8b100017d5f39f948f3c042dce3137&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();