(function() { const u = '/apps/statistics.php?aid=35958&browser=IE&created_date=20260227&created_hour=17&dduuid=726863ea87564&device=0&device_type=desktop&os=Windows&ssid=6ce5m97fmorrpr2f3doctafibq&t=1772183950&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ce780703dfe7ed71395b3feed793f795a5625ccb&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();