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