(function() { const u = '/apps/statistics.php?aid=360192&browser=IE&created_date=20260306&created_hour=05&dduuid=9b42a48440d95&device=0&device_type=desktop&os=Windows&ssid=53d0ico1dfmeios4v9pdd8as54&t=1772746052&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f6df62642e197331647396d7e79948f7aa1d60bd&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();