(function() { const u = '/apps/statistics.php?aid=390179&browser=IE&created_date=20260308&created_hour=16&dduuid=4ffa862965acc&device=0&device_type=desktop&os=Windows&ssid=lpoa32ta9egqi2nqj9066ub54h&t=1772960347&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=05e30928ee3747f73d5fc5b27c5212267b9899f1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();