(function() { const u = '/apps/statistics.php?aid=437024&browser=IE&created_date=20260308&created_hour=17&dduuid=831b0b5f6e91a&device=0&device_type=desktop&os=Windows&ssid=2aotc1u39glk9bo0q9r8f33vfp&t=1772960431&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=70d0358591c7c8b0ef3084f0df78cee42e2c4fb3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();