(function() { const u = '/apps/statistics.php?aid=213738&browser=IE&created_date=20260125&created_hour=09&dduuid=81a061bad5645&device=0&device_type=desktop&os=Windows&ssid=ok4gt5q68ef7c8657r14nurntq&t=1769306193&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=461547a40ce24f60c676b546457566ed3637dcce&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();