(function() { const u = '/apps/statistics.php?aid=142&browser=IE&created_date=20260122&created_hour=12&dduuid=e735b56cfdb0a&device=0&device_type=desktop&os=Windows&ssid=p0vofctnnoh15a7ctcqmaiogqo&t=1769057399&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=61032b647f9284224309a2fbefbab725296b012b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();