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