(function() { const u = '/apps/statistics.php?aid=453731&browser=IE&created_date=20260224&created_hour=04&dduuid=f74d129d9e80b&device=0&device_type=desktop&os=Windows&ssid=i7vf9ntka4rjhtv9rq27j9gsqd&t=1771877227&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ef49bbe03b86e59a69a69c8e5886a2ff7faac93f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();