(function() { const u = '/apps/statistics.php?aid=427670&browser=IE&created_date=20260123&created_hour=07&dduuid=6ec84c264edfd&device=0&device_type=desktop&os=Windows&ssid=5nbn81sod4f4md5n3b9vcceffi&t=1769123346&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=46a1925271c8bad461c08e88b7ad50b72dff833d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();