(function() { const u = '/apps/statistics.php?aid=449230&browser=IE&created_date=20260227&created_hour=07&dduuid=8d7e51f598063&device=0&device_type=desktop&os=Windows&ssid=q21m9bmvt68dfp045d4srpa18h&t=1772148483&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3005716f9af8a4e9e7b452cfde5c4ebda6225ada&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();