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