(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251011&created_hour=18&dduuid=982a354c62623&device=0&device_type=desktop&os=Windows&ssid=2vj0fn0do5p2ge7fc26pcccvfa&t=1760177199&typeid=0&url_type=2&value=&sign=4981e7f12367fb9b0799704344fe4f5d3949e494&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();