(function() { const u = '/apps/statistics.php?aid=369413&browser=IE&created_date=20260124&created_hour=18&dduuid=7e8d5057ce5b6&device=0&device_type=desktop&os=Windows&ssid=dfr8apo58pe9fb5f9r4p8qdrju&t=1769251306&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=41a1279f29c50ea4005cd8908d29e22f35a12a6a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();