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