(function() { const u = '/apps/statistics.php?aid=451401&browser=IE&created_date=20260311&created_hour=14&dduuid=395f48f1509dd&device=0&device_type=desktop&os=Windows&ssid=uqvou3cch2drpffkoab3l31nbn&t=1773209295&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=bebe0eed532a78a1a688d4b76a8235507b56b6f1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();