(function() { const u = '/apps/statistics.php?aid=130&browser=IE&created_date=20260113&created_hour=22&dduuid=6cd780a2cec06&device=0&device_type=desktop&os=Windows&ssid=gl6ikcak2clfckkphuengnanrq&t=1768315631&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1caa289a7a5b36d4184228d6ffe50e05ddf9760c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();