(function() { const u = '/apps/statistics.php?aid=453812&browser=IE&created_date=20260311&created_hour=06&dduuid=3d1c015033bfc&device=0&device_type=desktop&os=Windows&ssid=1i43e3t01bllniiurshkm32qpp&t=1773180818&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=606d5060e7ff89c8dda2dfb8783991ba462edb8d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();