(function() { const u = '/apps/statistics.php?aid=451505&browser=IE&created_date=20260312&created_hour=05&dduuid=79e030d5df32c&device=0&device_type=desktop&os=Windows&ssid=okbcm3er2sojlmehgh3t4ruu8b&t=1773265001&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c2b7547a8acf98ab5ce865667665986b3f5b36be&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();