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