(function() { const u = '/apps/statistics.php?aid=445717&browser=IE&created_date=20260308&created_hour=10&dduuid=95e6f0b4cfc13&device=0&device_type=desktop&os=Windows&ssid=73uhhnorq3bktbbjc3ekvp7phk&t=1772938374&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4b208e9f1f9f509a118ab94d30dfd64e258e114b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();