(function() { const u = '/apps/statistics.php?aid=111288&browser=IE&created_date=20260115&created_hour=22&dduuid=1dca63c0e777b&device=0&device_type=desktop&os=Windows&ssid=kbeicel7n9h544ga68i8nsdlv9&t=1768487037&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9576e21f074b0350e4f525c545e9228ff7af65c0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();