(function() { const u = '/apps/statistics.php?aid=412192&browser=IE&created_date=20260119&created_hour=21&dduuid=38a65b5f01fd6&device=0&device_type=desktop&os=Windows&ssid=norhgftvn3v2afmpg1qccbkhor&t=1768829457&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=627da5abceb7a0cbe7364780ec145c6dbef2fef0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();