(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250916&created_hour=13&dduuid=b26946bafe00e&device=0&device_type=desktop&os=Windows&ssid=e9amvov8fnf99lm3v4gdkng0d3&t=1758000311&typeid=0&url_type=2&value=&sign=32132dbf50f8e3eb513e89ca0dc19567500f0147&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();