(function() { const u = '/apps/statistics.php?aid=71108&browser=IE&created_date=20260112&created_hour=11&dduuid=3ee46d752b64e&device=0&device_type=desktop&os=Windows&ssid=mdn19egoh7o3je021q95em5b67&t=1768187342&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a141d28b6f4fca1e275947a722e11d90ecd5a791&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();