(function() { const u = '/apps/statistics.php?aid=410616&browser=IE&created_date=20260120&created_hour=12&dduuid=5d450f1c8f25c&device=0&device_type=desktop&os=Windows&ssid=c9cct10evfeprbh0rtb30n9di4&t=1768884773&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e91dd843d5631a2afa514be14ffefe7dc59bba2e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();