(function() { const u = '/apps/statistics.php?aid=405453&browser=IE&created_date=20251222&created_hour=11&dduuid=8d6f009209e2f&device=0&device_type=desktop&os=Windows&ssid=nov6m7hlcbjsm01qgelf632j2d&t=1766374961&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7d6ed949ae80f40beaf60d480b892c5e38f91cd8&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();