(function() { const u = '/apps/statistics.php?aid=439068&browser=IE&created_date=20260304&created_hour=22&dduuid=ecdd79176a873&device=0&device_type=desktop&os=Windows&ssid=ckp1blj00nim0gl1s214qi9le4&t=1772633434&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2be37f54f3c4373195306731293dec7a1104f320&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();