(function() { const u = '/apps/statistics.php?aid=104514&browser=IE&created_date=20260308&created_hour=02&dduuid=eeca927a8b23c&device=0&device_type=desktop&os=Windows&ssid=3g4ojt413rr75e2d1nditvi7fl&t=1772909577&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ffd9c6543ed3864ed2dfb45063dd4f871d281707&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();