(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250917&created_hour=23&dduuid=21dbe91928f7a&device=0&device_type=desktop&os=Windows&ssid=ab248hskocibu0r392ijermvnb&t=1758122139&typeid=0&url_type=2&value=&sign=35cc776c9b96d2aba4f60e2513cf38172045149f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();