(function() { const u = '/apps/statistics.php?aid=450198&browser=IE&created_date=20260312&created_hour=02&dduuid=6a0b9ae940760&device=0&device_type=desktop&os=Windows&ssid=9ctes5qsn0743fu4a7s02loa4b&t=1773252967&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=84662b56406832fd5369c587d0bcf6ce99138ed8&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();