(function() { const u = '/apps/statistics.php?aid=403391&browser=IE&created_date=20260308&created_hour=09&dduuid=b3ad4153e2a0c&device=0&device_type=desktop&os=Windows&ssid=3l2dct4ar6l0sfl22ss49cbau3&t=1772935047&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=529e5b8a55f7dbd04c7c24bd83cff4728fdd27a9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();