(function() { const u = '/apps/statistics.php?aid=455216&browser=IE&created_date=20260304&created_hour=17&dduuid=aed6024b1f8e2&device=0&device_type=desktop&os=Windows&ssid=7h0c67m3fqlf34eqd0iilm5iqa&t=1772614828&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=875485d2d7dbb2d11aa06e05c9307b5b3eab07b6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();