(function() { const u = '/apps/statistics.php?aid=444451&browser=IE&created_date=20260316&created_hour=09&dduuid=01f2e03f495fc&device=0&device_type=desktop&os=Windows&ssid=h23iv8j4aimmlsafm9flr1qhq8&t=1773626034&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=162fb497a295829fc2291501bdcc76e357b33f4f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();