(function() { const u = '/apps/statistics.php?aid=457673&browser=IE&created_date=20260305&created_hour=02&dduuid=26e7b5462fad9&device=0&device_type=desktop&os=Windows&ssid=o36217eq2he7m3hq38b203a9bm&t=1772647486&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5ec8f2f5b1c0a23cc3346b079da32ec786e59eab&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();