(function() { const u = '/apps/statistics.php?aid=38475&browser=IE&created_date=20260224&created_hour=10&dduuid=1d70c977afaef&device=0&device_type=desktop&os=Windows&ssid=vj1over2u53trddm0nth0n53hb&t=1771900212&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0e9f36433ccbab04e7ab138cc2c73c4bed03a66c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();