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