(function() { const u = '/apps/statistics.php?aid=86425&browser=IE&created_date=20260201&created_hour=03&dduuid=e1bf0afc9ac4f&device=0&device_type=desktop&os=Windows&ssid=usqcf482qo3k7tmmjkjdr7pp6m&t=1769886045&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=85d5fceb1297348aeec2d39a87ab0ec46a8c9a81&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();