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