(function() { const u = '/apps/statistics.php?aid=17683&browser=IE&created_date=20260311&created_hour=13&dduuid=f18573b66e113&device=0&device_type=desktop&os=Windows&ssid=a5ncbpmms803ghdp6st3lavhrh&t=1773206746&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=876c343773c850a2d3011ae37aaa5edbbad2862d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();