(function() { const u = '/apps/statistics.php?aid=92011&browser=IE&created_date=20260304&created_hour=16&dduuid=8aa33c8a6a205&device=0&device_type=desktop&os=Windows&ssid=enk99ted5bvclgagi5lt5ruavt&t=1772614709&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=22c81261ee2a186ea73db01f9e02798d9434b3d0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();