(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251015&created_hour=17&dduuid=d699460b2f9a2&device=0&device_type=desktop&os=Windows&ssid=8dtvaqcqvs5mio9jas690h07ju&t=1760520186&typeid=0&url_type=2&value=&sign=359770dd3bf66e78e98a6d06b5082288b8797978&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();