(function() { const u = '/apps/statistics.php?aid=442327&browser=IE&created_date=20260305&created_hour=11&dduuid=016ce8b661728&device=0&device_type=desktop&os=Windows&ssid=s04tvjvkudf5ho0rntq2sqcido&t=1772679788&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f6e92f8d738acb9432731de6e2427a6c1a539ef4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();