(function() { const u = '/apps/statistics.php?aid=454319&browser=IE&created_date=20260308&created_hour=05&dduuid=e807bb6f379aa&device=0&device_type=desktop&os=Windows&ssid=1lro7v490lrta2ev0rjlu466nn&t=1772918519&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a1d075571edb5cc89d6c1a3d6a8c23ff6ee55669&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();