(function() { const u = '/apps/statistics.php?aid=447260&browser=IE&created_date=20260121&created_hour=22&dduuid=68bd3f06a80fd&device=0&device_type=desktop&os=Windows&ssid=b2l3rrvhit0fvj0ti1tnif3ol2&t=1769004290&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4edb8de769c49ac55eb8cefc2056b3903172bc5c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();