(function() { const u = '/apps/statistics.php?aid=413380&browser=IE&created_date=20260119&created_hour=04&dduuid=7dc93b77c0384&device=0&device_type=desktop&os=Windows&ssid=1p7fl7rouc5ue2fcrurjql08vs&t=1768768800&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d88ac9bbabe38881e1897c779e6f8ab128ff0830&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();