(function() { const u = '/apps/statistics.php?aid=460468&browser=IE&created_date=20260311&created_hour=15&dduuid=7468f5998203e&device=0&device_type=desktop&os=Windows&ssid=49lcrmhemcs4ncu9bust0gp1ne&t=1773212508&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8926d2ae24c76e5f98e26c6aff2c69b11ed180ff&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();