(function() { const u = '/apps/statistics.php?aid=368892&browser=IE&created_date=20260114&created_hour=02&dduuid=0aa112b4a90e7&device=0&device_type=desktop&os=Windows&ssid=6g43ht830l5cccgoh8dahmg6s2&t=1768327413&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=06e979d78a9be1efdd80cc0ddcb6127d21c3a516&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();