(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250914&created_hour=15&dduuid=5873b0a147c93&device=0&device_type=desktop&os=Windows&ssid=ocdv2qr3abv96o44bh3d0fg36i&t=1757835954&typeid=0&url_type=2&value=&sign=26ce9b092d3ed6fce831c30204e2122d876fe1b1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();