(function() { const u = '/apps/statistics.php?aid=451817&browser=IE&created_date=20260122&created_hour=23&dduuid=fff8e00438df1&device=0&device_type=desktop&os=Windows&ssid=dpr1g7n0lifjp1465lbtlmqor5&t=1769095782&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=581d34d3cc1fa2ef08c79a989baf7e5166fe233b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();