(function() { const u = '/apps/statistics.php?aid=399114&browser=IE&created_date=20251223&created_hour=20&dduuid=5983b166206df&device=0&device_type=desktop&os=Windows&ssid=3st6c2op1pk40g6505opdefbme&t=1766494558&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=daec04c7a052f392a5b18c10b031143af7e9e556&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();