(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250918&created_hour=16&dduuid=3ae84f0640fda&device=0&device_type=desktop&os=Windows&ssid=7nisom5i45nn5uridnmrnu66dp&t=1758185895&typeid=0&url_type=2&value=&sign=40cd396c4231faa9d0afad9ccc61f201eb495be3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();