(function() { const u = '/apps/statistics.php?aid=351335&browser=IE&created_date=20260312&created_hour=02&dduuid=8140b5b3a99e5&device=0&device_type=desktop&os=Windows&ssid=r46s2flc0raug2huaf6597omqg&t=1773253023&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=93df2a60aa8ea472e54fa61995998ceb68dcb327&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();