(function() { const u = '/apps/statistics.php?aid=452846&browser=IE&created_date=20260310&created_hour=21&dduuid=3db241b1c9057&device=0&device_type=desktop&os=Windows&ssid=9vr8o62mvn9k8ngjf87l8e56dg&t=1773148313&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=444c3e4a3b9d69442654de5653640a42683e7e07&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();