(function() { const u = '/apps/statistics.php?aid=450410&browser=IE&created_date=20260225&created_hour=20&dduuid=15da0b1cb5155&device=0&device_type=desktop&os=Windows&ssid=ot347nrs7tkd5hr9g357ohe2hg&t=1772024151&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2f223ab9c7542b1aa98e21c9887e676d70d0bf2d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();