(function() { const u = '/apps/statistics.php?aid=336577&browser=IE&created_date=20260313&created_hour=03&dduuid=58db007e0d0f1&device=0&device_type=desktop&os=Windows&ssid=b7lolse8qec4mrv1ps3isg5shp&t=1773342437&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3cf5d75dd3a861ab32b03bd76518c0b9358e2e13&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();