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