(function() { const u = '/apps/statistics.php?aid=452177&browser=IE&created_date=20260311&created_hour=06&dduuid=c8345dd9c0048&device=0&device_type=desktop&os=Windows&ssid=5t5okllr512dtu5210ehvasm57&t=1773181376&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6872f699b1edff404c1e74bb099e2693e395376b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();