(function() { const u = '/apps/statistics.php?aid=434385&browser=IE&created_date=20260102&created_hour=02&dduuid=b3c25592da507&device=0&device_type=desktop&os=Windows&ssid=80hc70oa6svn8c51lsb5q3lcnq&t=1767293232&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=eb18d3b5135d79f46d6a45ca8ffb47977daa418d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();