(function() { const u = '/apps/statistics.php?aid=435295&browser=IE&created_date=20260101&created_hour=01&dduuid=1dee905ee3abc&device=0&device_type=desktop&os=Windows&ssid=bl88eioe5qf08nioht2oce3dbk&t=1767200461&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=27ea39a61a1b92c70b14baa3f04cb1ae8c42e022&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();