(function() { const u = '/apps/statistics.php?aid=437613&browser=IE&created_date=20260316&created_hour=17&dduuid=f9a1c8235f524&device=0&device_type=desktop&os=Windows&ssid=0d8ot9n183a4m53o1u5ighi81p&t=1773652752&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c9f7d57e8271c4b4ef2745ac7ee3d2b2ca53e1a3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();