(function() { const u = '/apps/statistics.php?aid=426811&browser=IE&created_date=20260124&created_hour=15&dduuid=9bc975a827f71&device=0&device_type=desktop&os=Windows&ssid=f6of7ig1khfq4f2d7svffki8qt&t=1769239038&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=90d40c06bf7a4441e9d25aa28514329c54e9cfe6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();