(function() { const u = '/apps/statistics.php?aid=439045&browser=IE&created_date=20251226&created_hour=12&dduuid=cca404adf6d6d&device=0&device_type=desktop&os=Windows&ssid=e43k9f38q9kkpgnluc1no3i3n2&t=1766724318&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b52e78d201242b52150aeffa7d86ca023a0e75f8&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();