(function() { const u = '/apps/statistics.php?aid=424843&browser=IE&created_date=20251207&created_hour=22&dduuid=259b3bf422143&device=0&device_type=desktop&os=Windows&ssid=7o9tnbv6c09dvioc4ctd4ednsd&t=1765118177&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=fe38b6f0cafe5c8691cce9e832d8be91e1462bd0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();