(function() { const u = '/apps/statistics.php?aid=454184&browser=IE&created_date=20260201&created_hour=03&dduuid=b02baff725efe&device=0&device_type=desktop&os=Windows&ssid=da2mcgm9lgobej1liqskaf6ckm&t=1769886044&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4ae67ce0c6cc93a8853d25084be04df5fd80f87b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();