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