(function() { const u = '/apps/statistics.php?aid=454452&browser=IE&created_date=20260307&created_hour=22&dduuid=085b31e18f0cb&device=0&device_type=desktop&os=Windows&ssid=dv85ekbl9dtv5ha12etvnh8pgf&t=1772892147&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a7223fadc4bfaa8e934fe8828e82b6033c904844&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();