(function() { const u = '/apps/statistics.php?aid=352371&browser=IE&created_date=20260114&created_hour=17&dduuid=af0a6ff843b4a&device=0&device_type=desktop&os=Windows&ssid=7icph8l1jg4k95tjbh20ia0j5g&t=1768383504&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=27118da11835a555e8e9e617e6e67d97955233c7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();