(function() { const u = '/apps/statistics.php?aid=21096&browser=IE&created_date=20260124&created_hour=08&dduuid=10e9c0352fb61&device=0&device_type=desktop&os=Windows&ssid=a6jr8fke44beb4vfn72tcg6sd4&t=1769214997&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0d4db98f108820e23589c273517e803a8ef54b31&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();