(function() { const u = '/apps/statistics.php?aid=450625&browser=IE&created_date=20260307&created_hour=15&dduuid=946c0636482aa&device=0&device_type=desktop&os=Windows&ssid=3j1tgsr1on7kguu2i1mtpb5k9e&t=1772868582&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=970377b5ab05e0e8144ad4d61a1dc8639607b044&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();