(function() { const u = '/apps/statistics.php?aid=449041&browser=IE&created_date=20260307&created_hour=23&dduuid=a02d64ee5aa6e&device=0&device_type=desktop&os=Windows&ssid=4go3rd1cfc5uv4hie9hq63f81k&t=1772897743&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8433ac77ee9b013c38163e04c46dc0041e67a2c9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();