(function() { const u = '/apps/statistics.php?aid=406386&browser=IE&created_date=20260123&created_hour=20&dduuid=10c5413c49c98&device=0&device_type=desktop&os=Windows&ssid=0lup1h4or4mrppr128f3v71slt&t=1769170843&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3845e982c34166565d6014373c05c6f53966af8d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();