(function() { const u = '/apps/statistics.php?aid=68736&browser=IE&created_date=20260117&created_hour=20&dduuid=d3a950a86412d&device=0&device_type=desktop&os=Windows&ssid=ds6d0aua69mvln6k53fhu62a1j&t=1768652776&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=518901da4d66b54f505407464d3d8c14b752b0fc&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();