(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251104&created_hour=23&dduuid=a4e9c469b853d&device=0&device_type=desktop&os=Windows&ssid=37d4skg7p99o796an4q9afttmk&t=1762269471&typeid=0&url_type=2&value=&sign=1746d3ca5e1dde75af0dc91e37e2b03597885f59&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();