(function() { const u = '/apps/statistics.php?aid=363897&browser=IE&created_date=20260315&created_hour=22&dduuid=a12f7e354d44b&device=0&device_type=desktop&os=Windows&ssid=ecb1ql9ef4gn0uu3pr1usaqt58&t=1773584288&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=100a795cb72e09f0833895b7160ad082b8f74152&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();