(function() { const u = '/apps/statistics.php?aid=453425&browser=IE&created_date=20260310&created_hour=15&dduuid=df4ee7a15203b&device=0&device_type=desktop&os=Windows&ssid=e4vnmga3vhaea1srnmervr3mpv&t=1773126697&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=601238ae9988db96a2adf18157b1a63932924d19&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();