(function() { const u = '/apps/statistics.php?aid=398061&browser=IE&created_date=20260226&created_hour=18&dduuid=8a7330e4d5d66&device=0&device_type=desktop&os=Windows&ssid=g2i1a7257o805ak40ke3r55pfh&t=1772100405&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=891a6daa6aae1772f06789231d449ac8cb76cab9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();