(function() { const u = '/apps/statistics.php?aid=442687&browser=IE&created_date=20260311&created_hour=01&dduuid=89b10af724e0a&device=0&device_type=desktop&os=Windows&ssid=4m3jf3cnmqv0vdh9e9lrj5jtj3&t=1773165293&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=bfce022ee8d8a4d25314da8ba2573309128336db&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();