(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250915&created_hour=09&dduuid=d99d07e0fdac2&device=0&device_type=desktop&os=Windows&ssid=s1pp38khc28l21onkm84h15jor&t=1757899280&typeid=0&url_type=2&value=&sign=fb7b1195168abe759269729b44b9d2dd418bd27d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();