(function() { const u = '/apps/statistics.php?aid=454607&browser=IE&created_date=20260305&created_hour=00&dduuid=363481a6b213f&device=0&device_type=desktop&os=Windows&ssid=rudlam9t53b95otn4l2f1o9854&t=1772642920&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=59f167a08ab2517c7fa81c8683d42a1629712138&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();