(function() { const u = '/apps/statistics.php?aid=401932&browser=IE&created_date=20260311&created_hour=00&dduuid=1bec55f6dfc85&device=0&device_type=desktop&os=Windows&ssid=sun7ql57atqei39ac7ts54j4nn&t=1773161775&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=19c4d48eaf4df3f90109a6c985b4fa9c48126545&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();