(function() { const u = '/apps/statistics.php?aid=449010&browser=IE&created_date=20260312&created_hour=09&dduuid=a07c3ca580a0a&device=0&device_type=desktop&os=Windows&ssid=omj3shtcu8n2rh62f01p8ivphf&t=1773277981&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=53d81ec4ef4c1ac9983dc2740316a1c8e9ee12af&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();