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