(function() { const u = '/apps/statistics.php?aid=400942&browser=IE&created_date=20260129&created_hour=03&dduuid=490f8d19ce9be&device=0&device_type=desktop&os=Windows&ssid=5rlgl9q0vedqeptqn9btl20k85&t=1769630141&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b7c7c46cc0b6cd14630798cf252f1cd77ea43dbe&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();