(function() { const u = '/apps/statistics.php?aid=363129&browser=IE&created_date=20260225&created_hour=04&dduuid=c75aca10969d9&device=0&device_type=desktop&os=Windows&ssid=ndcgr97oflmphbrpurloq5c28t&t=1771964539&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b598e76a5acee99765d9f3e94f09735201481216&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();