(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251111&created_hour=08&dduuid=5bcdab2f8d6ba&device=0&device_type=desktop&os=Windows&ssid=7l6l86l41hfqtshm858nt1u9pg&t=1762819870&typeid=0&url_type=2&value=&sign=e9b0c6301b2416aac7216e6076457946af60e030&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();