(function() { const u = '/apps/statistics.php?aid=396529&browser=IE&created_date=20260311&created_hour=03&dduuid=f39b83e8bb8d4&device=0&device_type=desktop&os=Windows&ssid=or735q57ehni7398q7fhov3ctv&t=1773171977&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8652834eaf19c31e855f05c7ab7e21b81d3398ed&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();