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