(function() { const u = '/apps/statistics.php?aid=40&browser=IE&created_date=20251208&created_hour=00&dduuid=3e185c6e92d09&device=0&device_type=desktop&os=Windows&ssid=eoob598muccpcavf061cr9564e&t=1765124852&typeid=8&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=16e4d90689c7dc82143b193885f3c396e9955f2b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();