(function() { const u = '/apps/statistics.php?aid=432679&browser=IE&created_date=20260114&created_hour=07&dduuid=f6f7528d23d61&device=0&device_type=desktop&os=Windows&ssid=dnph42pgc5q65h39k26av3h6bj&t=1768345234&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=94ee09820a4f03afa0beec3f1f827083979e105e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();