(function() { const u = '/apps/statistics.php?aid=431823&browser=IE&created_date=20260311&created_hour=10&dduuid=b86882cee532e&device=0&device_type=desktop&os=Windows&ssid=ak8t434n17n3a6n1jb323h3e0n&t=1773194922&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c6db4b56e5398f3ba0fad5f1aa5fa331e131ab2c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();