(function() { const u = '/apps/statistics.php?aid=135706&browser=IE&created_date=20260227&created_hour=10&dduuid=8b9d12b6cb7d0&device=0&device_type=desktop&os=Windows&ssid=jj0rer7qc8hspanbls8o0th6em&t=1772158520&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=920177b8946b6546d7e62ec307085ba70004e53f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();