(function() { const u = '/apps/statistics.php?aid=439582&browser=IE&created_date=20260311&created_hour=02&dduuid=f27f93ba8467d&device=0&device_type=desktop&os=Windows&ssid=9g432ndekffo48ise405aodlvd&t=1773166787&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=89deeb2e1f1ae154050e92794720233b90ede5bb&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();