(function() { const u = '/apps/statistics.php?aid=424839&browser=IE&created_date=20260208&created_hour=00&dduuid=52779475f6961&device=0&device_type=desktop&os=Windows&ssid=h84lscdgiiql6uv9jlnpegrr45&t=1770481473&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1dcafdb4cd665cdb60e4fb26a643fe2641ca2c2b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();