(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250918&created_hour=12&dduuid=507d932de5648&device=0&device_type=desktop&os=Windows&ssid=kfgqipkco6s45pjgki86n5rihf&t=1758170562&typeid=0&url_type=2&value=&sign=328881f5127f35cdaac737e0b8f02a911516b9e9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();