(function() { const u = '/apps/statistics.php?aid=403144&browser=IE&created_date=20260308&created_hour=04&dduuid=c6d36b3f3cd61&device=0&device_type=desktop&os=Windows&ssid=t0lk2fice6te9punsoatn0unbh&t=1772915489&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2af1f30cb8e6d593e67c0246599297e58b542ba7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();