(function() { const u = '/apps/statistics.php?aid=209182&browser=IE&created_date=20251228&created_hour=15&dduuid=ed86fc4914278&device=0&device_type=desktop&os=Windows&ssid=k5gmbvsplje5lrdhqvh52klchn&t=1766905601&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=40c7f044db1f348d657136d59f1f8ca5e562b37d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();