(function() { const u = '/apps/statistics.php?aid=442678&browser=IE&created_date=20251210&created_hour=01&dduuid=a1063c7551efe&device=0&device_type=desktop&os=Windows&ssid=tf51nh59jajman283dph013knu&t=1765303126&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=55ef6407d9c4019821b9f4844e3e82dd5d9bd8e5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();