(function() { const u = '/apps/statistics.php?aid=11689&browser=IE&created_date=20260224&created_hour=07&dduuid=252db6bbf66a7&device=0&device_type=desktop&os=Windows&ssid=s1fq6cp18mh6rq5i0uhrrnqhud&t=1771890588&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e7c03655483c97e86a553ea269c5b34a5f2bfa69&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();