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