(function() { const u = '/apps/statistics.php?aid=451556&browser=IE&created_date=20260122&created_hour=16&dduuid=94c152ba182d2&device=0&device_type=desktop&os=Windows&ssid=45sr2bljorlabdfjpvcitb4rs6&t=1769070423&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b3b6019880ab3d51fa7b9e6847e885de350cfed5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();