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