(function() { const u = '/apps/statistics.php?aid=453865&browser=IE&created_date=20260226&created_hour=13&dduuid=ce8c4cd22c56b&device=0&device_type=desktop&os=Windows&ssid=m8pm939ifu586akp07tfcb2ggv&t=1772084842&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=bd1fb6dc8c4b42baa918ce72307ea6296492ee66&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();