(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251015&created_hour=16&dduuid=3f1f1707bb844&device=0&device_type=desktop&os=Windows&ssid=522jghqhmcmh7uij7or5i0916t&t=1760517706&typeid=0&url_type=2&value=&sign=8fac619d52aa71de28609d18a72586a53f969958&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();