(function() { const u = '/apps/statistics.php?aid=451849&browser=IE&created_date=20260225&created_hour=03&dduuid=8adfc958eca6a&device=0&device_type=desktop&os=Windows&ssid=250dsv8vfgs1el210clgh8fr6u&t=1771962665&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=da4928baa75c3b3a98bd2dd42d749253e5ceab10&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();