(function() { const u = '/apps/statistics.php?aid=460476&browser=IE&created_date=20260312&created_hour=21&dduuid=2341336dee74f&device=0&device_type=desktop&os=Windows&ssid=10glf3n0ps6vto9hl3qshl6f9m&t=1773323217&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=de63e76888252e32e484329aa7fe6765992bd193&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();