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