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