(function() { const u = '/apps/statistics.php?aid=406044&browser=IE&created_date=20251117&created_hour=21&dduuid=a58f1d40dff56&device=0&device_type=desktop&os=Windows&ssid=sg5dqvrplprdb2r415pj0nt7ku&t=1763385366&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=12411dd782e5006f33d79110ed317efdd678b78b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();