(function() { const u = '/apps/statistics.php?aid=389711&browser=IE&created_date=20251225&created_hour=16&dduuid=3a0cdad2b3240&device=0&device_type=desktop&os=Windows&ssid=b8hlfbcbjik006sv3s4522q89o&t=1766651535&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=699a0e1f54cf87aaba27c03adac431f7192e08dc&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();