(function() { const u = '/apps/statistics.php?aid=450381&browser=IE&created_date=20260313&created_hour=14&dduuid=8b38dd3b7a3b8&device=0&device_type=desktop&os=Windows&ssid=0jeu4t1or4bln2l39mn6uhmbul&t=1773384631&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=558af3eb24489dbb28eed1b703c9165c96379470&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();