(function() { const u = '/apps/statistics.php?aid=210508&browser=IE&created_date=20251222&created_hour=20&dduuid=feac808ffedb1&device=0&device_type=desktop&os=Windows&ssid=nd720er7jkpnjalpj7hdjdeqou&t=1766407942&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f3912996d5ac8e4f7881081896c856a337776ab8&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();