(function() { const u = '/apps/statistics.php?aid=432732&browser=IE&created_date=20251229&created_hour=01&dduuid=d4057909e7b78&device=0&device_type=desktop&os=Windows&ssid=etbv5q80sutbgaplgmekuh31fd&t=1766942926&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3de5426dacd47a46dd1de71e1f4e9b11bb5dc647&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();