(function() { const u = '/apps/statistics.php?aid=437764&browser=IE&created_date=20260124&created_hour=11&dduuid=6818cfee11635&device=0&device_type=desktop&os=Windows&ssid=latp1m0hbgup7nli45i18q84bu&t=1769226071&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=cd3a945dcc7f780f91157647c74df5b1c000a5a6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();