(function() { const u = '/apps/statistics.php?aid=42800&browser=IE&created_date=20260224&created_hour=01&dduuid=30ce50176a875&device=0&device_type=desktop&os=Windows&ssid=lc8on0d3pnkrbkasof2lggl9n7&t=1771866620&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4e4f09a0d66a2e9dd6bcd7055bd0bd7f833e62d9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();