(function() { const u = '/apps/statistics.php?aid=428262&browser=IE&created_date=20260311&created_hour=15&dduuid=858ddcdb59b22&device=0&device_type=desktop&os=Windows&ssid=b9kkk9vp1mb9chfk6vc8o6109h&t=1773213480&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8e1d1cf431f14c40d13175a5c648ce5bb2ee8dcd&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();