(function() { const u = '/apps/statistics.php?aid=419511&browser=IE&created_date=20260312&created_hour=01&dduuid=befc84bfc4c69&device=0&device_type=desktop&os=Windows&ssid=3t5g0b3nbt0o0lnkspd5tnr1f8&t=1773250188&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1135d5abd0e91fcb8b552850f90a1745e581bba5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();