(function() { const u = '/apps/statistics.php?aid=351400&browser=IE&created_date=20251220&created_hour=08&dduuid=bf7be849d1438&device=0&device_type=desktop&os=Windows&ssid=o6hivudm9ghm2cckc2mlilpsi7&t=1766191717&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7dbd22234c25ddd02952801c2ce9b814cec57ef1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();