(function() { const u = '/apps/statistics.php?aid=141282&browser=IE&created_date=20260305&created_hour=05&dduuid=69d2642d9b82b&device=0&device_type=desktop&os=Windows&ssid=435brhv9vgdbikm1549356m6cp&t=1772659809&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=19e59583c1467dc6ae1323be7267a4704d97abc0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();