(function() { const u = '/apps/statistics.php?aid=398028&browser=IE&created_date=20260225&created_hour=08&dduuid=52cdfa4389aeb&device=0&device_type=desktop&os=Windows&ssid=atvj68vlgii7far09qr3dd46k6&t=1771978998&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=382e549e838ff282c46c60521e3cc35fcd59a112&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();