(function() { const u = '/apps/statistics.php?aid=213667&browser=IE&created_date=20260305&created_hour=06&dduuid=c65bd57bd4127&device=0&device_type=desktop&os=Windows&ssid=iigbv90jhprmap37efelq0sr4r&t=1772662948&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8cb4e0da021e806039f803fcd7e89fddcff46a16&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();