(function() { const u = '/apps/statistics.php?aid=436295&browser=IE&created_date=20251129&created_hour=19&dduuid=08bfa8097e89f&device=0&device_type=desktop&os=Windows&ssid=2skuu5oh5itnmife856bhsghle&t=1764415157&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=de8436cb543373d092d1d834eeff1211512cd442&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();