(function() { const u = '/apps/statistics.php?aid=451875&browser=IE&created_date=20260225&created_hour=02&dduuid=db6da4fc7cce2&device=0&device_type=desktop&os=Windows&ssid=s31f6mi18u65o6ipra68qvm6qg&t=1771959530&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6c1b912d7ebbd562e08f1a6eb93e9c1c0bd9bf1c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();