(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250916&created_hour=15&dduuid=e5fb4aed437b7&device=0&device_type=desktop&os=Windows&ssid=ncosqoqhv2o87dc7ka3ao24dve&t=1758009250&typeid=0&url_type=2&value=&sign=6270992d3a4a443cf81217fc5d390942626202fe&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();