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