(function() { const u = '/apps/statistics.php?aid=452861&browser=IE&created_date=20260224&created_hour=18&dduuid=5c9fd7178b5c4&device=0&device_type=desktop&os=Windows&ssid=sdf09k0u41f5up46277974rgj9&t=1771927938&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2502047fb919c4b54d11145d96057f4f975bb54b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();