(function() { const u = '/apps/statistics.php?aid=324765&browser=IE&created_date=20260313&created_hour=20&dduuid=fec80c4d47a53&device=0&device_type=desktop&os=Windows&ssid=p4ltjoqf9kcu885ern53lc0o2l&t=1773403303&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5759f9a0567022a437c327e86ed06b59c3302b71&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();