(function() { const u = '/apps/statistics.php?aid=443020&browser=IE&created_date=20260223&created_hour=23&dduuid=56e4319168164&device=0&device_type=desktop&os=Windows&ssid=cmnsn2bgldom4f3mou9oub6584&t=1771859606&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=15e63d3d093ff5ed14c279488b07edb18a7748b9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();