(function() { const u = '/apps/statistics.php?aid=27850&browser=IE&created_date=20260112&created_hour=05&dduuid=cf9d2474b33fd&device=0&device_type=desktop&os=Windows&ssid=8ba8d0ssq8fuft91lptp0h2g23&t=1768167779&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=da112d7876acbef2b057a3e7e583d892c1aa85a6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();