(function() { const u = '/apps/statistics.php?aid=14220&browser=IE&created_date=20260124&created_hour=13&dduuid=f8dc43dca077d&device=0&device_type=desktop&os=Windows&ssid=hmibp3lnte3mqae7cl6spq3ovm&t=1769232154&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=74393cf651e9d6d6c286b4946226bb5aec0b090f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();