(function() { const u = '/apps/statistics.php?aid=88194&browser=IE&created_date=20260117&created_hour=09&dduuid=f4393d94427be&device=0&device_type=desktop&os=Windows&ssid=pcblebs8tf1vpnqa491n8rsf19&t=1768613819&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=88985708c884d68141b7d37159bd66963000a355&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();