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