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