(function() { const u = '/apps/statistics.php?aid=400497&browser=IE&created_date=20260308&created_hour=01&dduuid=68924deb17dbd&device=0&device_type=desktop&os=Windows&ssid=ljo63r16on9tqa3627qk6gke5a&t=1772905912&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=56d683c41b18f844fcaf7c7b1f62e98fcd92fb53&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();