(function() { const u = '/apps/statistics.php?aid=455899&browser=IE&created_date=20260303&created_hour=12&dduuid=ccd595e5722ef&device=0&device_type=desktop&os=Windows&ssid=hmblvjbunq7u2kugpi5cslu0no&t=1772513916&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a7b45c230bb2203d307700f2ae38989af7e41337&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();