(function() { const u = '/apps/statistics.php?aid=12203&browser=IE&created_date=20260122&created_hour=01&dduuid=880c265fa0e52&device=0&device_type=desktop&os=Windows&ssid=m08ih0pluoit746pnudi5fbpav&t=1769015255&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=21d6eed4ac975291a34f445033d846eb413780c5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();