(function() { const u = '/apps/statistics.php?aid=300008&browser=IE&created_date=20260307&created_hour=22&dduuid=31a5508d97277&device=0&device_type=desktop&os=Windows&ssid=sa96dgpbloq5rkj444hbqedq2l&t=1772892907&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=09581e29df1ba0a902f043690d543dbfb57a92f9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();