(function() { const u = '/apps/statistics.php?aid=316248&browser=IE&created_date=20251222&created_hour=22&dduuid=f7bb53d20173b&device=0&device_type=desktop&os=Windows&ssid=0v71m9t0ueh69sl6rds66f4kbj&t=1766414717&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7a048f3862a21c887655a6d8c0f9308c447af6df&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();