(function() { const u = '/apps/statistics.php?aid=408191&browser=IE&created_date=20260303&created_hour=15&dduuid=a10985f60b7ee&device=0&device_type=desktop&os=Windows&ssid=naflv5h1e36t59esfrkjjeb910&t=1772523882&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6337a3345351601a5e788e91590cc7d83133af56&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();