(function() { const u = '/apps/statistics.php?aid=210417&browser=IE&created_date=20251223&created_hour=06&dduuid=20bbc79d79692&device=0&device_type=desktop&os=Windows&ssid=eu9l6nghuk46cdp59iuurmpfmo&t=1766441068&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9a874e73b9334a12af8ac62c5dfb574206d4ebb5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();