(function() { const u = '/apps/statistics.php?aid=14710&browser=IE&created_date=20251220&created_hour=03&dduuid=a25fefcc9e2ad&device=0&device_type=desktop&os=Windows&ssid=d2m2j9rpovb6h6tvr527o9n8nm&t=1766171590&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a80f594542efd7388071a01bd18f33620a2536cd&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();