(function() { const u = '/apps/statistics.php?aid=422997&browser=IE&created_date=20260130&created_hour=09&dduuid=956f38d1a4546&device=0&device_type=desktop&os=Windows&ssid=jf4dhq0oq1o8qojtqp52819esv&t=1769736444&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c94364f0192f9843c091ffd18b30e499da223aec&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();