(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251126&created_hour=03&dduuid=46610fc929af8&device=0&device_type=desktop&os=Windows&ssid=rg2ef7hql4ueet7fp232aessan&t=1764099534&typeid=3&url_type=1&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=dad01b845a236ed5bc767e4b2439d91d367bf7df&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();