(function() { const u = '/apps/statistics.php?aid=383097&browser=IE&created_date=20260123&created_hour=03&dduuid=7d5cbf6c0d6ee&device=0&device_type=desktop&os=Windows&ssid=1evnnf501dsqe5euqnfvlmge1k&t=1769110666&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a200a09f22dbba4ab86e8419337b4b31df6857f2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();