(function() { const u = '/apps/statistics.php?aid=455472&browser=IE&created_date=20260313&created_hour=00&dduuid=361a52824c625&device=0&device_type=desktop&os=Windows&ssid=19fpsetn4788g9suqdtr1cisd0&t=1773334528&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8d66cd124728cac1c66954f4eafb058c232c2bda&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();