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