(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251113&created_hour=12&dduuid=3f4cd4b70f029&device=0&device_type=desktop&os=Windows&ssid=r5d2li7tkq4btbrj6el913vm9f&t=1763006666&typeid=0&url_type=2&value=&sign=11f44935a9a09b19091a3b77843c5da08afaae02&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();