(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251018&created_hour=14&dduuid=2169c54c4f2f2&device=0&device_type=desktop&os=Windows&ssid=1uqhoopvnos0pivs4vr41nodnd&t=1760769445&typeid=0&url_type=2&value=&sign=0886e217b98242790f0f4a06a60f4e3bb6fe0877&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();