(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251019&created_hour=02&dduuid=8771a820269a8&device=0&device_type=desktop&os=Windows&ssid=p38tnf80p7pe9or7ufkmdk70ri&t=1760811208&typeid=0&url_type=2&value=&sign=7b9e3974867a934d9b018f63d8ba768d0218d623&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();