(function() { const u = '/apps/statistics.php?aid=266017&browser=IE&created_date=20260315&created_hour=08&dduuid=ac6e8669bb4ec&device=0&device_type=desktop&os=Windows&ssid=181hf3ptjbumvmba0r63u31773&t=1773536293&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c8ed3c02c1f301a594243ac3ae1261c341e9aa94&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();