(function() { const u = '/apps/statistics.php?aid=370672&browser=IE&created_date=20260124&created_hour=16&dduuid=44cdd34f54b65&device=0&device_type=desktop&os=Windows&ssid=788ss6gm7umjmlfc4srp1mieif&t=1769244691&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e20dc1e3ea0fa3daa1aeba290877c5ee4761273b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();