(function() { const u = '/apps/statistics.php?aid=428338&browser=IE&created_date=20260121&created_hour=08&dduuid=ec2610499a24d&device=0&device_type=desktop&os=Windows&ssid=256vkr3vgrs019u030gd535ios&t=1768955403&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=08247a3d5080ac88b46922f435c636e442275521&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();