(function() { const u = '/apps/statistics.php?aid=436297&browser=IE&created_date=20260311&created_hour=07&dduuid=6b02904ffd873&device=0&device_type=desktop&os=Windows&ssid=5ng8lcinq6qvdappspuar01ir1&t=1773184850&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6368979445b3272621ecbf3c7d2890085d5ec9e7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();