(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251101&created_hour=06&dduuid=256cee4b6d9a0&device=0&device_type=desktop&os=Windows&ssid=7nj08ithrif9cq9ohbspvl3ef0&t=1761951228&typeid=0&url_type=2&value=&sign=ca738a39ca85b6e05f708865b4882a7535c112cf&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();