(function() { const u = '/apps/statistics.php?aid=98683&browser=IE&created_date=20260224&created_hour=19&dduuid=4d5fb4e37231f&device=0&device_type=desktop&os=Windows&ssid=7tqkevnhsvg0clrbbv0icfrhnd&t=1771931108&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=217e520fecada44f855dc5935de902fe6a8ac371&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();