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