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