(function() { const u = '/apps/statistics.php?aid=400494&browser=IE&created_date=20260308&created_hour=01&dduuid=84ba6628a7ed1&device=0&device_type=desktop&os=Windows&ssid=qfv0tsffj2t4m7lr5ttqgi09h1&t=1772905956&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7029d47241a970dbc4b1fa1d23fb1228e1b51fc6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();