(function() { const u = '/apps/statistics.php?aid=454569&browser=IE&created_date=20260223&created_hour=19&dduuid=402d87f26c16b&device=0&device_type=desktop&os=Windows&ssid=3vc32j35ag78nspr8dtmtan9sp&t=1771845837&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=965e2a3f924edebafa869074bea24697e9a11410&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();