(function() { const u = '/apps/statistics.php?aid=446744&browser=IE&created_date=20260223&created_hour=20&dduuid=a6fa4e32f6639&device=0&device_type=desktop&os=Windows&ssid=rovh0lr57cfmj0edr1s3a757ot&t=1771851232&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6618a5450a608dee24e93f5943d9aa5376c334e1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();