(function() { const u = '/apps/statistics.php?aid=435239&browser=IE&created_date=20260311&created_hour=17&dduuid=5eb658c407643&device=0&device_type=desktop&os=Windows&ssid=9amrqcacrihlc66egkog773ql9&t=1773220684&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9a20162c1572e019c0e5bf8ce16192bc683ae420&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();