(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251020&created_hour=17&dduuid=c40b40c7a80b2&device=0&device_type=desktop&os=Windows&ssid=46t337ndusl4jen7ith8j6g6dc&t=1760953944&typeid=0&url_type=2&value=&sign=4e94462b0ba3900acdf0c10d05e9426d43ce96bc&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();