(function() { const u = '/apps/statistics.php?aid=455589&browser=IE&created_date=20260311&created_hour=09&dduuid=0929ba3fe99c4&device=0&device_type=desktop&os=Windows&ssid=3d8j8a6ddbs0oo00prf26p6815&t=1773194027&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=cd64976a2d1a3d1a0846295f40dfdfb25356d0fd&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();