(function() { const u = '/apps/statistics.php?aid=453634&browser=IE&created_date=20260311&created_hour=23&dduuid=ce9b596fa8ea9&device=0&device_type=desktop&os=Windows&ssid=j2b22tl9c2r7p4n3c3fdvj10kk&t=1773244451&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7ee2e554f2f78a2f7fd3d1919d751ee38b45877d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();