(function() { const u = '/apps/statistics.php?aid=381&browser=IE&created_date=20260123&created_hour=10&dduuid=a8e3e1587824a&device=0&device_type=desktop&os=Windows&ssid=ckbbd7g3rv2re6h5p4atc5joq8&t=1769135476&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4046ec520780f89fa90613911a7b845d20a3d075&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();