(function() { const u = '/apps/statistics.php?aid=399123&browser=IE&created_date=20251223&created_hour=20&dduuid=953436a8b4da4&device=0&device_type=desktop&os=Windows&ssid=37d8rgs7o1muas4ur5a0nrpcf4&t=1766491268&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5f52a23c34ac707f400b38636dbc09476d292a67&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();