(function() { const u = '/apps/statistics.php?aid=402027&browser=IE&created_date=20260307&created_hour=22&dduuid=fa96e85ec0aac&device=0&device_type=desktop&os=Windows&ssid=9d74sv0sscq2iegcn440s8lojo&t=1772894829&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4d3f09ac9d30d5c3951e6eb777a19dfdfe6aa73c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();