(function() { const u = '/apps/statistics.php?aid=12123&browser=IE&created_date=20260122&created_hour=08&dduuid=0a3d34008fde8&device=0&device_type=desktop&os=Windows&ssid=tr6evbc0o2lopjccrfgormhjnu&t=1769041240&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=306be0fb06490d808509ef09726839ee67845728&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();