(function() { const u = '/apps/statistics.php?aid=360213&browser=IE&created_date=20260225&created_hour=05&dduuid=2e31d61bd18d4&device=0&device_type=desktop&os=Windows&ssid=61bg3690s8iqrvvage6tfdl1tc&t=1771967293&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=89e45533bf32f540679585b6ab151201f660b57d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();