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