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