(function() { const u = '/apps/statistics.php?aid=445144&browser=IE&created_date=20251221&created_hour=09&dduuid=85f7dd92b13b6&device=0&device_type=desktop&os=Windows&ssid=ap2v3m6jmbd5pp7tjraef5h981&t=1766281332&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=75100360c366b24b328554f62678c957b9b44e54&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();