(function() { const u = '/apps/statistics.php?aid=207989&browser=IE&created_date=20260102&created_hour=17&dduuid=b977c15683c4c&device=0&device_type=desktop&os=Windows&ssid=emgngn5bifhb2d96n8vh414qim&t=1767345837&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a01af44a00b5d3706371ad0c397c586c45074dcd&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();