(function() { const u = '/apps/statistics.php?aid=62572&browser=IE&created_date=20260117&created_hour=23&dduuid=9a9d26f752838&device=0&device_type=desktop&os=Windows&ssid=d377ce8shn0iagrnjpe9ukspm0&t=1768665271&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=459dda54b489a1c4c99495376b0367168870bea4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();