(function() { const u = '/apps/statistics.php?aid=424841&browser=IE&created_date=20260305&created_hour=11&dduuid=c38eb2952cb77&device=0&device_type=desktop&os=Windows&ssid=rj849cqr9ffh77hhvg402807fa&t=1772680634&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=224d39199e4c54696df9265f604bba821bf67226&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();