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