(function() { const u = '/apps/statistics.php?aid=456030&browser=IE&created_date=20260310&created_hour=06&dduuid=71fc2434c41a2&device=0&device_type=desktop&os=Windows&ssid=sh56634r6okueujqv434vb1crt&t=1773094431&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=af23b3d17f755289b40745c4e614d4bf8a1b4ee5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();