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