(function() { const u = '/apps/statistics.php?aid=84083&browser=IE&created_date=20251211&created_hour=19&dduuid=a212ea2289102&device=0&device_type=desktop&os=Windows&ssid=cjs065t1m0gruuolh257jmtjj7&t=1765451464&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=89ba49fd0681039d55a1c82b33107ed666198078&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();