(function() { const u = '/apps/statistics.php?aid=450402&browser=IE&created_date=20260313&created_hour=13&dduuid=e72bdaf306dd8&device=0&device_type=desktop&os=Windows&ssid=bir5i132o3b5sd1vd1hefuqpna&t=1773378846&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9845da46aa0674f8d960906acf1dcad51b2d6084&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();